home *** CD-ROM | disk | FTP | other *** search
/ 360 Degrees of: Wind Cave & Jewl Cave / 360 Degrees of: Wind Cave & Jewl Cave.iso / pc / DATA / MAPS / cavemap_wica.swf / scripts / DefineButton2_18 / BUTTONCONDACTION on(press).as < prev    next >
Encoding:
Text File  |  2007-08-20  |  102 b   |  5 lines

  1. on(press){
  2.    var intervalID;
  3.    intervalID = setInterval(this.getImageInstance(),"panLeft",1);
  4. }
  5.